home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL0 / UTILZ.CAB / bin / xpsmart.bat < prev    next >
DOS Batch File  |  2005-01-16  |  257b  |  8 lines

  1. @if "%debug%"=="" echo off
  2. if "%cache%"=="smartdrv.exe" goto _end
  3. if not exist %ramdrv%\bin\smartdrv.exe goto _end
  4. if exist %ramdrv%\bin\loaded.bat call %ramdrv%\bin\loaded.bat smartdrv
  5. if errorlevel 1 goto _end
  6. %ldh% %ramdrv%\bin\smartdrv.exe
  7. :_end
  8.